home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000299_news@watsun.cc.columbia.edu _Sat Feb 27 09:31:17 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA14209
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 27 Feb 1999 09:31:15 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA00848
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 27 Feb 1999 09:07:20 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Subject: Re: (Novell ODI + BOOTP + MS-Kermit) * MyBossOnMyBack = Headache
  11. Message-ID: <oaKZK7+ibL+c@cc.usu.edu>
  12. Date: 26 Feb 99 19:42:21 MDT
  13. Organization: Utah State University
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <01be61eb$ad9d5250$0401a8c0@proxy>, "Jerold Burrow" <jburrow@diresearch_nospam_.com> writes:
  17. > Hello.
  18. > I am trying to use MS-Kermit as a DOS based telnet program for use w/286,
  19. > 386, and 486 PCs.  I would like the use of BOOTP or if possible DHCP for
  20. > assigning IP addresses.  From what I have heard, there is a way to do this
  21. > over Novell's ODI driver.  Could anyone provide a NET.CFG and MSKERMIT.INI
  22. > that would do this?  I am reading 'Using MS-Kermit', but am getting
  23. > nowhere.
  24. > Any thoughs would be appreciated.
  25. > -- 
  26. > Jerold Burrow
  27. > Systems Administrator
  28. > Directions In Research, Inc.
  29. ---------
  30.     The MS-DOS Kermit command controlling this is SET TCP/IP ADDRESS item,
  31. where a question mark for "item" will display choices such as an IP number,
  32. BOOTP, DHCP, RARP, and Telebit-PPP. The distribution kit for MSK contains
  33. examples of many setup files, including for ODI. Please see the Kermit
  34. distribution area on Columbia for the files. Note that beta 2 of MSK v3.16 is
  35. the preferred choice, which may be used with the MSK v3.15 documentation and 
  36. support files.
  37.     Note that choosing DHCP will also work fine with a BOOTP only server.
  38.     Joe D.